@media only screen and (max-width: 360px) {
  .display-3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }

  .vdoBg video {
    position: absolute;
    top: 41% !important;
    left: 125% !important;
    min-width: 33%;
  }

  .homeHeading {
    color: #f6572a;
    font-size: 26px;
    font-weight: 300;
  }

  .homeContent {
    color: #404041;
    font-size: 16px;
    font-weight: 300;
  }

  .homeHeading {
    color: #f6572a;
    font-size: 24px;
    font-weight: 300;
  }

  .homeContentReverse {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
  }

  /* footer */
  .contact-div {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
  }
  .for-contact {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .for-contact img {
    height: 3rem;
    width: 3rem;
  }
  .footer-area {
    text-align: center;
  }
  /* features */
  .FeaturesMainC0ntent {
    font-size: 17px;
  }

  /* pricing */

  .PricingHead {
    font-size: 26px;
  }

  .price-card {
    /* width: 15rem; */
    padding: 0 !important;
  }

  /* about us */
  .AboutContent {
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    text-align: justify;
  }

  .abt-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .abt-card img {
    height: 11rem;
    width: 11rem;
  }
}

@media only screen and (max-width: 375px) {
  .contact-div {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
  }
  .for-contact {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .for-contact img {
    height: 3rem;
    width: 3rem;
  }
  .footer-area {
    text-align: center;
  }
}

@media only screen and (max-width: 425px) {
  .contact-div {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
  }
  .for-contact {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .for-contact img {
    height: 3rem;
    width: 3rem;
  }
  .footer-area {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .contact-div {
    display: flex;
    row-gap: 1rem;
    flex-direction: column;
  }
  .for-contact {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .for-contact img {
    height: 3rem;
    width: 3rem;
  }
  .footer-area {
    text-align: center;
  }
}
